home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00099.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  187 b   |  11 lines

  1. on mouseUp
  2.   global gface, gbackframe2
  3.   if gface = 1 then
  4.     cursor(4)
  5.     set the movieRate of sprite 1 to 0
  6.     set gbackframe2 to marker(0)
  7.     go("face")
  8.     cursor(0)
  9.   end if
  10. end
  11.